Einhugur macOS Bridge plugin.

NSSavePanel.ChangeToDirectoryDelegate Delegate

Delegate to use with the SetChangeDirectoryHandler method to receive callbacks when user changes to different directory in the Open or Save panel.

ChangeToDirectoryDelegate(
   panel as EinhugurMacOSBridge.NSSavePanel,
   url as EinhugurCoreBridge.NSURL)

Parameters

panel
Handle to the Open or Save panel. If you are using NSOpenPanel then you can safely cast this parameter to NSOpenPanel without using deep cast.
url
Url reflecting the directory which the user changed to.

Remarks

See Also

NSSavePanel Class